home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
2DScript
/
STATPOP.UI
< prev
Wrap
Text File
|
1999-05-24
|
2KB
|
96 lines
"2D\Overlays\MiniScor"
//********************
// Data Container
//********************
DataContainer {
String "StatPopInfo1" {
EditBox "StatPopInfo1";
};
String "StatPopInfo2" {
EditBox "StatPopInfo2";
};
String "StatPopInfo3" {
EditBox "StatPopInfo3";
};
};
//********************
// Images
//********************
Image "StatPopFrame" {
Filename "trend";
};
//********************
// Fonts
//********************
Font "StatPopFont" {
Filename "main";
Translate "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" "1234567890:,%-'.";
Kerning 1;
};
//********************
// Styles
//********************
Style "StatPopStyle" {
Image "StatPopFrame";
};
Style "StatPopInfoStyle" {
Font "StatPopFont";
};
//********************
// Edit Boxes
//********************
EditBox "StatPopInfo1" {
Style "StatPopInfoStyle";
Position [13, 7];
Size [240, 16];
String "" {
Justify CenterCenter;
Position [120, 8];
};
};
EditBox "StatPopInfo2" {
Style "StatPopInfoStyle";
Position [13, 23];
Size [240, 16];
String "" {
Justify CenterCenter;
Position [120, 8];
};
};
EditBox "StatPopInfo3" {
Style "StatPopInfoStyle";
Position [13, 39];
Size [240, 16];
String "" {
Justify CenterCenter;
Position [120, 8];
};
};
//********************
// Groups
//********************
Group "StatPop" {
Root;
// Position [185, 415];
BottomCenter Position [-135, -65];
Children {
Group "StatPopBack";
EditBox "StatPopInfo1";
EditBox "StatPopInfo2";
EditBox "StatPopInfo3";
};
};
Group "StatPopBack" {
Style "StatPopStyle";
};